home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-549.nasl < prev    next >
Text File  |  2005-03-31  |  4KB  |  85 lines

  1. # This script was automatically generated from the dsa-549
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. Chris Evans discovered several problems in gdk-pixbuf, the GdkPixBuf
  12. library used in Gtk.  It is possible for an attacker to execute
  13. arbitrary code on the victims machine.  Gdk-pixbuf for Gtk+1.2 is an
  14. external package.  For Gtk+2.0 it\'s part of the main gtk package.
  15. The Common Vulnerabilities and Exposures Project identifies the
  16. following vulnerabilities:
  17.     Heap-based overflow in pixbuf_create_from_xpm.
  18.     Stack-based overflow in xpm_extract_color.
  19.     Integer overflow in the ico loader.
  20. For the stable distribution (woody) these problems have been fixed in
  21. version 2.0.2-5woody2.
  22. For the unstable distribution (sid) these problems will be fixed soon.
  23. We recommend that you upgrade your Gtk packages.
  24.  
  25.  
  26. Solution : http://www.debian.org/security/2004/dsa-549
  27. Risk factor : High';
  28.  
  29. if (description) {
  30.  script_id(15386);
  31.  script_version("$Revision: 1.4 $");
  32.  script_xref(name: "DSA", value: "549");
  33.  script_cve_id("CAN-2004-0782", "CAN-2004-0783", "CAN-2004-0788");
  34.  script_xref(name: "CERT", value: "369358");
  35.  script_xref(name: "CERT", value: "577654");
  36.  script_xref(name: "CERT", value: "729894");
  37.  
  38.  script_description(english: desc);
  39.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  40.  script_name(english: "[DSA549] DSA-549-1 gtk+");
  41.  script_category(ACT_GATHER_INFO);
  42.  script_family(english: "Debian Local Security Checks");
  43.  script_dependencies("ssh_get_info.nasl");
  44.  script_require_keys("Host/Debian/dpkg-l");
  45.  script_summary(english: "DSA-549-1 gtk+");
  46.  exit(0);
  47. }
  48.  
  49. include("debian_package.inc");
  50.  
  51. w = 0;
  52. if (deb_check(prefix: 'gtk2.0-examples', release: '3.0', reference: '2.0.2-5woody2')) {
  53.  w ++;
  54.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package gtk2.0-examples is vulnerable in Debian 3.0.\nUpgrade to gtk2.0-examples_2.0.2-5woody2\n');
  55. }
  56. if (deb_check(prefix: 'libgtk-common', release: '3.0', reference: '2.0.2-5woody2')) {
  57.  w ++;
  58.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libgtk-common is vulnerable in Debian 3.0.\nUpgrade to libgtk-common_2.0.2-5woody2\n');
  59. }
  60. if (deb_check(prefix: 'libgtk2.0-0', release: '3.0', reference: '2.0.2-5woody2')) {
  61.  w ++;
  62.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libgtk2.0-0 is vulnerable in Debian 3.0.\nUpgrade to libgtk2.0-0_2.0.2-5woody2\n');
  63. }
  64. if (deb_check(prefix: 'libgtk2.0-common', release: '3.0', reference: '2.0.2-5woody2')) {
  65.  w ++;
  66.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libgtk2.0-common is vulnerable in Debian 3.0.\nUpgrade to libgtk2.0-common_2.0.2-5woody2\n');
  67. }
  68. if (deb_check(prefix: 'libgtk2.0-dbg', release: '3.0', reference: '2.0.2-5woody2')) {
  69.  w ++;
  70.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libgtk2.0-dbg is vulnerable in Debian 3.0.\nUpgrade to libgtk2.0-dbg_2.0.2-5woody2\n');
  71. }
  72. if (deb_check(prefix: 'libgtk2.0-dev', release: '3.0', reference: '2.0.2-5woody2')) {
  73.  w ++;
  74.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libgtk2.0-dev is vulnerable in Debian 3.0.\nUpgrade to libgtk2.0-dev_2.0.2-5woody2\n');
  75. }
  76. if (deb_check(prefix: 'libgtk2.0-doc', release: '3.0', reference: '2.0.2-5woody2')) {
  77.  w ++;
  78.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libgtk2.0-doc is vulnerable in Debian 3.0.\nUpgrade to libgtk2.0-doc_2.0.2-5woody2\n');
  79. }
  80. if (deb_check(prefix: 'gtk+2.0', release: '3.0', reference: '2.0.2-5woody2')) {
  81.  w ++;
  82.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package gtk+2.0 is vulnerable in Debian woody.\nUpgrade to gtk+2.0_2.0.2-5woody2\n');
  83. }
  84. if (w) { security_hole(port: 0, data: desc); }
  85.